*** empty log message ***
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 16 Jul 2007 16:59:58 +0000 (16:59 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 16 Jul 2007 16:59:58 +0000 (16:59 +0000)
lisp/ChangeLog

index e83c7ea448239d7b4c427877edfc1c7a00129e0c..1d7e9f5ff28c74233d774bd61c2718dd0ff9d300 100644 (file)
@@ -6,11 +6,16 @@
 
 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
+       * bookmark.el (bookmark-maybe-sort-alist): Don't modify
+       bookmark-alist.  Instead, if not sorting, simply return it.
+       (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
+       for its return value, not for its side effect.
+
        * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
        case of alignment under a constant symbol, find and consider
        the sexp actually at indentation to be the "last sexp".
 
-2007-07-13  Drew Adams  <drew.adams@oracle.com>
+2007-07-16  Drew Adams  <drew.adams@oracle.com>
 
        * mouse.el (mouse-yank-secondary): Better error message if no
        secondary selection.